projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f75ffc
)
Fix a typo to fix the build.
author
Murray Cumming
<murrayc@murrayc.com>
Mon, 6 Dec 2010 15:01:55 +0000
(16:01 +0100)
committer
Murray Cumming
<murrayc@murrayc.com>
Mon, 6 Dec 2010 15:01:55 +0000
(16:01 +0100)
gtk/gtkwidgetpath.h
patch
|
blob
|
history
diff --git
a/gtk/gtkwidgetpath.h
b/gtk/gtkwidgetpath.h
index b069fe61e35efb5b310ed8b132a5e139daeec8b0..87b44b8ef99bbb975e0918a5a86d54eae4ce299c 100644
(file)
--- a/
gtk/gtkwidgetpath.h
+++ b/
gtk/gtkwidgetpath.h
@@
-33,7
+33,7
@@
typedef struct _GtkWidgetPath GtkWidgetPath;
#define GTK_TYPE_WIDGET_PATH (gtk_widget_path_get_type ())
-GType gtk_widget_path_get_type (void) G_GNUC_CONST
:
+GType gtk_widget_path_get_type (void) G_GNUC_CONST
;
GtkWidgetPath * gtk_widget_path_new (void);
GtkWidgetPath * gtk_widget_path_copy (const GtkWidgetPath *path);